home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor2 / amiga.doc < prev    next >
Text File  |  1995-03-31  |  2KB  |  56 lines

  1. (Comp.sources.hp48) 
  2. Item: 92 by Danny Finocchiaro 
  3.   Subj: 3 utilities for Amiga users (GROBBER, SGROBBER, ASC2BIN) 
  4.   Date: Fri Mar 27 1992 
  5.  
  6.            úÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ 
  7.            3  3 HP48 UTILITIES FOR AMIGA USERS  3 
  8.            àÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄù 
  9.  
  10. [Note: Since many of us HP 48 enthusiasts are also Amiga enthusiasts, I've 
  11.  included these utilities.  If you only have an IBM PC, you may ignore this 
  12.  tiny AMIGA subdirectory.  If you have an Amiga, be sure to rename these files 
  13.  before porting them to your Amiga: drop the .AMI extension that I added. 
  14.  -jkh-] 
  15.  
  16. úÄÄÄÄÄÄÄÄÄ¿ 
  17. 3 GROBBER 3 
  18. àÄÄÄÄÄÄÄÄÄù 
  19.  
  20. version: 1.0             Written in C by: Danny Finocchiaro 
  21.  
  22. Usage:        GROBBER  namefile [namefile2] 
  23.  
  24. If namefile2 isn't specified, it will use "namefile.grob". 
  25.  
  26. Convert a IFF ILBM file into a GROB. The IFF ILBM file must be stored 
  27. using only one bitplane. 
  28.  
  29. úÄÄÄÄÄÄÄÄÄÄ¿ 
  30. 3 SGROBBER 3 
  31. àÄÄÄÄÄÄÄÄÄÄù 
  32.  
  33. version: 1.0             Written in C by: Danny Finocchiaro 
  34.  
  35. Usage:        SGROBBER  namefile [namefile2] 
  36.  
  37. If namefile2 isn't specified, it will use "namefile.iff". 
  38.  
  39. Convert a binary GROB into a IFF ILBM file with one bitplane. 
  40.  
  41.  
  42. úÄÄÄÄÄÄÄÄÄ¿ 
  43. 3 ASC2BIN 3 
  44. àÄÄÄÄÄÄÄÄÄù 
  45.  
  46. version: 1.0             Written in C by:  Pete M. Wilson for PC 
  47.                          Amiga Version by: Danny Finocchiaro 
  48.  
  49. Usage:        ASC2BIN namefile 
  50.  
  51. the output file will be namefile.bin 
  52.  
  53. Convert an ASC file into a binary file (same as ASC  on the 48). 
  54.  
  55. Happy Converting! 
  56.